-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPL: add SendingPolicy for the case destination is expendable #12676
Conversation
@Barthelemy @knopers8 @davidrohr @martenole this makes my standalone test behave correctly when an expendable task is killed. Indeed the oldest possible timeframe needs to use the policy mechanism and we need an explicit policy for dropping data not going to expendables. In principle this also allows things which are not "Dispatcher"s to be before expendable task. |
0e96e7b
to
c614f05
Compare
Thanks ! |
A couple of tests seems to be broken, actually. I am looking into it. |
Ok, I understand what is going on. Fix coming later. |
Error while checking build/O2/fullCI for c614f05 at 2024-02-09 13:29:
Full log here. |
Hi @ktf I can reproduce the crash of the fullCI locally. Without this PR its working fine. Could you please take a look? |
Error while checking build/O2/fullCI for 29ce029 at 2024-02-10 00:28:
Full log here. |
Error while checking build/O2/fullCI for 37b4c43 at 2024-02-10 07:24:
Full log here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I don't see any errors anymore. But with this included we get backpressure on the EPNs after some time of running. Is some negative performance impact expected due to this?
Nevermind. This was due to additional processing steps |
DPL: add SendingPolicy for the case destination is expendable
Stack created with Sapling. Best reviewed with ReviewStack.